#headers {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
}

.header-top{
  height: 30px;
  text-align: right;
}

.header-ul{
  font-size: 12px;
  text-align: center; 
  vertical-align: middle;
}

.header-ul img {
  height: 24px;
  width: 24px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
}

.header-li {
  position: relative;
  cursor: pointer;
}

.header-li span{
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #000;
}

.header-li  span, .header-lir  span{
  line-height: 30px;
}

.header-ul .header-imgposi {
  display: none;
  position: absolute;
  top: 7px;
  left: -123px;
  width: 120px;
  height: 120px;
  z-index: 10;
  background: #fff;
  border: 1px solid #cfcfcf;
}

.header-li:hover .header-imgposi {
  display: block;
}

.header-phone {
  color: #FD4C06;
}

.header-logos{
  padding: 17px 0;
  background: #fff;
}

.header-logo ul{
  padding-top: 7px;
  font-size: 14px;
  text-align: center;
}

.header-logo ul li:nth-child(3){
  font-size: 12px;
}

.header-logo ul:nth-child(2){
  margin: 0 60px 0 75px;
}

.logospan{
	font-size: 26px;
    line-height: 86px;
    color: #000;
    float: right;
    height: 86px;
    padding: 0 0 0 10px;
}
/* nav */

.header-nav {
  height: 44px;
  background-image: -webkit-linear-gradient(-180deg, #25AC25 0%, #107410 100%); /* Safari 5.1 - 6.0 */
  background-image: -o-linear-gradient(-180deg, #25AC25 0%, #107410 100%); /* Opera 11.1 - 12.0 */
  background-image: -moz-linear-gradient(-180deg, #25AC25 0%, #107410 100%); /* Firefox 3.6 - 15 */
  background-image: linear-gradient(-180deg, #25AC25 0%, #107410 100%); /* 标准的语法 */
}

.header-nav ul {
  position: relative;
  width: 132px;
  float: left;
  text-align: center;
  margin-right: 20px;
}

.header-nav ul:nth-last-child(1) {
  margin-right: 0;
}

.header-nav ul:hover {
  background: #25AC25;
}

.header-nav ul:hover ol {
  max-height: 500px;
  overflow: auto;
  background: #25AC25;
}

.header-nav ul:hover ol li:nth-child(1) {
  border-top: 1px solid #fff;
}

.nav-item {
  height: 44px;
}

.nav-item a{
  display: inline-block;
  line-height: 42px;
  width: 100%;
}

.nav-title {
  color: #fff;
  font-size: 16px;
  line-height: 44px;
}

.header-nav ul:hover li .nav-active span{
  border-bottom: 0px solid #fff;
}

.nav-active span{
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.header-nav ul:nth-child(3) ol li{
  text-align: center;
  padding-left:0;
  font-size:13px;
}

.header-nav ul li ol {
  position: absolute;
  top: 44px;
  left: 0;
  width: 132px;
  max-height: 0;
  overflow: hidden;
  padding: 0 0px;
  z-index: 20;
  font-size: 14px;
}

.header-nav ul li ol a{
  position: relative;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  opacity: .6;
  filter:alpha(opacity=60);
}

.header-nav ul li ol li:hover a {
  opacity: 1;
  filter:alpha(opacity=100);
}

.header-nav ul li ol li:hover a:after{
  content: "";
  position: absolute;
  *width: 10px;   
  *height: 10px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  left: 12px;
  top: 10px;
  opacity: 1;
  filter:alpha(opacity=100);
  border-width: 5px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent rgb(255, 255, 255);
} 

.header-nav ul:nth-child(3) li ol li:hover a:after{
  content: "";
  position: absolute;
  *width: 10px;   
  *height: 10px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  left: -10px;
  top: 10px;
  opacity: 1;
  filter:alpha(opacity=100);
  border-width: 5px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent rgb(255, 255, 255);
} 

.main-title {
 text-align: center;
 padding: 40px 0 35px;
}

.main-title h3 {
  font-size: 30px;
  margin-bottom: 5px;
}

.main-title h4 {
  font-size: 16px;
  color: #666666;
}

.main-line {
  margin:  20px auto 0;
  width: 60px;
  border-bottom: 2px solid #007F00;
}

.box1-item {
  width: 285px;
  
  padding: 10px;
  margin-right: 20px;
  background: #fff;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari 和 Chrome */
  border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.box1-item:nth-last-child(1) {
  margin-right: 0;
}

.box1-img {
  width: 265px;
}

.box1-img:hover img{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.box1-mid {
  background: #007F00;
  line-height: 32px;
  text-align: center;
  margin: 10px 0;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari 和 Chrome */
  border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.box1-mid a{
  font-size: 16px;
  color: #FFFFFF;
}

.box1-mid:hover{
  background: #25AC25;
}

.box1-list {
  padding-left: 40px;
  line-height: 30px;
}

.box1-list a{
  font-size: 14px;
  color: #333;
}

.box1-list a:hover{
  color: #107410;
}

.main-box2 {
 
  overflow: hidden;
  padding: 30px 0;
  background: -webkit-linear-gradient(left top, #d6f0f2 , #d6edd6); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right, #d6f0f2 , #d6edd6); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right, #d6f0f2 , #d6edd6); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right, #d6f0f2 , #d6edd6); /* 标准的语法 */
}

.box2-left {
 
  margin-right: 100px;
  
}

.box2-left p{
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  margin-top: 10px;
  height:144px;
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
}

.box2-title {
  font-family: MicrosoftYaHei-Bold;
  margin-bottom: 25px;
}

.box2-title a{
  padding: 5px 18px;
  color: #fff;
  font-size: 16px;
  background-image: -webkit-linear-gradient(-147deg, #25AC25 0%, #007F00 100%);
  background-image: -o-linear-gradient(-147deg, #25AC25 0%, #007F00 100%);
  background-image: -moz-linear-gradient(-147deg, #25AC25 0%, #007F00 100%);
  background-image: linear-gradient(-147deg, #25AC25 0%, #007F00 100%);
  -moz-border-radius: 19px; /* Firefox */
  -webkit-border-radius: 19px; /* Safari 和 Chrome */
  border-radius: 19px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}


.box2-left-bot {
  margin-top: 13px;
  text-align: right;
}

.box2-left-more , .box2-left-contact {
  text-align: center;
  width: 96px;
  height: 27px;
  margin-left: 20px;
  line-height: 27px;
  font-size: 14px;
  cursor: pointer;
}

.box2-left-more{
  display: inline-block;
  border: 1px solid #007F00;
  -moz-border-radius: 13.5px; /* Firefox */
  -webkit-border-radius: 13.5px; /* Safari 和 Chrome */
  border-radius: 13.5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.box2-left-more a{
  color: #007F00;
}

.box2-left-contact{ 
  display: inline-block;
  background-image: -webkit-linear-gradient(-141deg, #25AC25 0%, #007F00 100%);
  background-image: -o-linear-gradient(-141deg, #25AC25 0%, #007F00 100%);
  background-image: -moz-linear-gradient(-141deg, #25AC25 0%, #007F00 100%);
  background-image: linear-gradient(-141deg, #25AC25 0%, #007F00 100%);
  border-radius: 13.5px;
}

.box2-left-contact a{ 
  color: #fff;
}

.box2-right {
  width: 590px;
}

.box2-right-arrow {
  /* margin-top: 6px; */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.box2-right-arrow img{
  cursor: pointer;
}

.box2-right-before {
  margin: 0 10px;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); 	/* Opera */
}


.box2-right-before.swiper-button-disabled, 
.box2-right-after.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* .box2-top-img {
  width: 190px;
  margin: 0 10px 25px 0;
}  */

/* .box2-mid .box2-top-img:nth-child(3) {
  margin-right: 0;
} */

.box2-right-more {
  width: 76px;
  height: 26px;
  text-align: center;
  font-family: DIN-Regular;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 19px; /* Firefox */
  -webkit-border-radius: 19px; /* Safari 和 Chrome */
  border-radius: 19px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  cursor: pointer;
}

.box2-right-more a{
  color: #999;
}

.box2-news {
  margin-right: 40px;
}

.box2-right .box2-news:nth-child(2) {
  margin-right: 0;
}

.box2-news-img {
  width: 275px;
  margin-bottom: 15px;
}

.box2-right-day, .box2-right-year {
  width: 55px;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
}

.box2-right-day {
  font-family: DIN-Bold;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  background-image: -webkit-linear-gradient(-139deg, #25AC25 0%, #007F00 100%);
  background-image: -o-linear-gradient(-139deg, #25AC25 0%, #007F00 100%);
  background-image: -moz-linear-gradient(-139deg, #25AC25 0%, #007F00 100%);
  background-image: linear-gradient(-139deg, #25AC25 0%, #007F00 100%); 
}

.box2-right-year {
  color: #999999;
  font-family: DIN-Regular;
  text-align: center;
  background: #fff;
}

.box2-right-info {
  margin-left: 10px;
  width: 210px;
  font-size: 14px;
}

.box2-right-info a:hover {
  color: #25AC25;
}

.box3-list {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 285px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}

.main-box3 .box3-list:nth-child(4) , 
.main-box3 .box3-list:nth-child(8) , 
.main-box3 .box3-list:nth-child(12){
  margin-right: 0;
}


.main-box3 .box3-list:nth-last-child(1) ,
.main-box3 .box3-list:nth-last-child(2) ,
.main-box3 .box3-list:nth-last-child(3) ,
.main-box3 .box3-list:nth-last-child(4) {
  margin-bottom: 0;
}


.box3-list:hover .box3-posi{
  display: block;
}

.box3-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  background: rgba(0,127,0, 1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; 
}

.main-box3 .box3-list:hover .box3-title {
  
}

.main-box3 .box3-list:hover .box3-title::before {
  height: 60px;
}

.main-box3 .box3-list:hover .box3-title a{
  color: #fff;
}

.box3-img {
  width: 285px;
}

.box3-title {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: PingFangTC-Regular;
}

.box3-title a {
  width: 100%;
}

.box3-posi {
  display: none;
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background: rgba(0,127,0, .5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f007F00,endColorstr=#7f007F00);
  z-index: 20;
}

.box3-posi-top {
  position: relative;
  text-align: center;
  height: 200px;
  border: 1px solid hsla(0,0%,90%,.5);
}

.box3-posi-info {
  text-indent: 15px;
  width: 168px;
}

.box3-title-mar {
  padding: 40px 0 20px;
  text-align: center;
}

.main-box4 {
  padding: 60px 0;
  width:100%;  
  height:412px;  
  background:url(../img/28.png) no-repeat;  
  background-size:100% 100%;  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/28.png',sizingMethod='scale');  
}

.box4-list {
  margin-right: 20px;
  text-align: center;
  width: 183px;
  height: 292px;
  cursor: pointer;
  background: rgba(255,255,255, .8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8FFFFFF,endColorstr=#C8FFFFFF);
}

.main-box4 .box4-list:nth-last-child(1) {
  margin-right: 0;
}

.box4-list:hover {
  transform:scale(1.1);
  background: #fff;
}

.box4-list:hover .box4-before{
  display: none;
}

.box4-list:hover .box4-after{
  display: block;
}

.box4-img {
  width: 100px;
  margin: auto;
  padding: 40px 0;
}

.box4-list .titu-color {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
}

.box4-list .fbtys{
  margin: 15px 0;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #666;
}

.box4-after {
  display: none;
}

.box4-after h3 {
  padding: 30px 0 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #FF6C00;
  
}

.box4-after p {
  text-align: left;
  padding: 0 12px 12px 12px;
  font-size: 14px;
  line-height: 20px;
}

.main-box5 .box3-list:hover .box3-title {
  color: #fff;
}

.main-box5 .box3-list:hover .box3-title a{
  color: #fff;
}

.main-box5 .box3-list:hover .box3-title::before {
  height: 60px;
}


.box5-ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.box5-ul li{
  display: inline-block;
  margin: 0 30px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}

.box5-ul .box5-on {
  color: #fff;
  background: #007F00;
  -moz-border-radius: 20px; /* Firefox */
  -webkit-border-radius: 20px; /* Safari 和 Chrome */
  border-radius: 20px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.box5-list {
  margin: 30px 0;
}

.box5-list .item{
  text-align: center;
  display:none;
}

.box5-list .box5-on {
	display:block;
}

.box5-list .box3-list:nth-child(4) , 
.box5-list .box3-list:nth-child(8){
  margin-right: 0;
}

.box5-more {
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 25px;
  background: #007F00;
  opacity: 0.8;
  filter:alpha(opacity=80);
  font-family: DIN-Regular;
  font-size: 14px;
  cursor: pointer;
  -moz-border-radius: 19px; /* Firefox */
  -webkit-border-radius: 19px; /* Safari 和 Chrome */
  border-radius: 19px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.box5-more a {
  color: #fff;
}
.bmod a {
    display: block;
    padding: 2px 0 0 0;
}
.main-box6 {
  height: 520px;
  padding: 30px 0;
  overflow: hidden;
  background: -webkit-linear-gradient(left top, #d6f0f2 , #d6edd6); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right, #d6f0f2 , #121d12); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right, #d6f0f2 , #d6edd6); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right, #d6f0f2 , #d6edd6); /* 标准的语法 */
}

.box6-left {
  margin-right: 20px;
}

.box6-left-title {
  margin-bottom: 15px;
}

.box6-left-title span:nth-child(1){
  font-size: 16px;
  color: #007F00;
  margin-right: 8px;
}

.box6-left-title span:nth-child(2){
  font-size: 12px;
  color: #007F00;
}

.box6-img {
  width: 590px;
}

.box6-ul li{
  display: inline-block;
  width: 292px;
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
}

.footer-link {
  margin-top: 70px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  background: #107410;
  text-align: center;
}

.footer-link ul {
  display: inline-block;
}

.footer-link ul li{
  margin: 0 5px;
  display: inline-block;
}

.footer-link ul li a{
  color: #fff;
}

.footer {
  padding: 30px 0;
  color: #fff;
  font-size: 16px;
  background:url(../img/32.png) no-repeat;  
  background-size:100% 100%;  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/32.png',sizingMethod='scale');  
  
}

.footer-ul  {
  text-align: center;
  margin-bottom: 20px;
}

.footer-ul li{
  display: inline-block;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

.footer-ul li a {
  display: inline-block;
  color: #fff;
}

.footer-ul li a:hover{
  color: #25AC25;
}

.footer-ul li i{
  margin: 0 15px;
}

.footer-ul li:nth-last-child(1) i{
  display: none;
}

.footer-mid {
  width: 1008px;
}

.footer-left {
  /* margin-left: 180px; */
  padding: 35px;
  opacity: 0.6;
  filter:alpha(opacity=60);
}

.footer-left-info {
  line-height: 39px;
  vertical-align: middle;
}

.footer-left-info img {
  opacity: 1;
  filter:alpha(opacity=100);
  margin: -3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.footer-left-info span {
  filter:alpha(opacity=60);
}

.footer-right {
  text-align: center;
  margin: 15px 30px;
  /* margin: 15px 200px; */
}

.footer-right-img {
  width: 120px;
  margin-bottom: 10px;
  background: #fff;
}

.footer-right-sao {
  opacity: 0.7;
  filter:alpha(opacity=70);
}

.footer-bot , .footer-bot1{
  text-align: center;
}

.footer-bot {
  margin: 20px 0 15px;
  opacity: 0.4;
  filter:alpha(opacity=40);
}

.footer-bot1 {
  opacity: 0.3;
  filter:alpha(opacity=30);
}

#swiper1 {
  width: 590px;
  height: 136px;
  margin-bottom: 25px;
}

#swiper1 .swiper-slide {
  width: 188px;
}

#swiper1 .swiper-slide-img {
  width: 188px;
}

.footer-company , .footer-posi{
  display: none;
}
.linkindex a {
    color: #000;
}
.linkindex ul li {
    float: left;
    margin: 0 5px;
}